From 662cd49ce18f165eb94a592970ae99ab53aab6e3 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 30 Jul 2006 21:25:46 +0000 Subject: [PATCH] Check in new file format 'stmsdf', Suunto Trek Manager .sdf files. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2272 f51c46e8-681c-474f-0cfe-069cfd0219fb --- .../xmldoc/formats/options/stmsdf-index.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/options/stmsdf-index.xml diff --git a/gpsbabel/xmldoc/formats/options/stmsdf-index.xml b/gpsbabel/xmldoc/formats/options/stmsdf-index.xml new file mode 100644 index 000000000..301d55b1f --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/stmsdf-index.xml @@ -0,0 +1,17 @@ + + Convert route number 'index' from source into sdf format. + + + We have a lot of more expressive formats thats support more than one route. + At this place sdf files are limited to only one single route. With option index + you can specify which route from source should be converted. + + + Our default index is 1. + + + This example will convert route number two and three into separate sdf files: + + gpsbabel -i gdb -f routes.gdb -r -o stmsdf,index=2 -F route-one.sdf -r -o stmsdf,index=3 -F route-three.sdf + + -- 2.30.2